home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / shazam11.zip / DEMOT1.DEF < prev    next >
Text File  |  1991-11-04  |  2KB  |  44 lines

  1. @@ Example definition.  See "demoT2.def" for example w/comments.
  2.  
  3. [APPLICATION]                ;;No context Hint
  4.  
  5. [SUBMENU] ≡ hcSystem         ;;system functions
  6. about                        ;;program information, copyright
  7. 'Video mode'                 ;;Change to 43/50 line mode (EGA/VGA only)
  8. 'DOS shell'                  ;;temporary exit to DOS
  9. [NEWLINE]
  10. exit alt-x cmQuit            ;;exit the program, return to DOS
  11.  
  12. [SUBMENU] file               ;;file management commands (open, save, etc)
  13. open...    f3                ;;locate and open a file in an Edit window
  14. new        f4                ;;create a new file in a new Edit window
  15. save       f2                ;;save the file in the active Edit window
  16. [NEWLINE]
  17. 'Change dir...'              @@ OOPS!  There's no hint...
  18.   >[SUBMENU] print           ;;2nd Level menu, prefaced with ">" symbol
  19.    Lpt~1~                    ;;Where to print @
  20.    Lpt~2~                    ;;Print Here?
  21.    Lpt~3~                    ;;How 'bout here?
  22.   <
  23.  
  24. [ SUBMENU ] window           ;;open, arrange and close windows
  25. Size/move  Ctrl-F5 cmResize  ;;change the size or position of the active window
  26. Zoom            F5           ;;enlarge or restore the size of the active window
  27. Tile         Alt-T           ;;arrange windows on the desktop by tiling
  28. C~a~scade    Alt-C           ;;arrange windows on the desktop by cascading
  29. Next            F6           ;;make the next window active
  30. Previous  Shift-F6 cmPrev    ;;make the previous window active
  31. Close       Alt-F3           ;;close the active window
  32.  
  33. [STATUS] 0,0
  34. f1 help
  35. f2 save
  36. f3 open
  37. f4 print
  38. f10 menu
  39. alt-x exit cmQuit
  40.  
  41. [HINT]
  42. hcDialogBox                  ;;hint for dialog box
  43. hcChangeDir                  ;;This is how you Change Directory
  44.